home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / ctv121.zip / TYPE_ME.1ST < prev   
Text File  |  1992-01-19  |  2KB  |  41 lines

  1.  
  2. THE CONTROLLER is a script driven program which can be used to run any
  3. DOS based program. It comes with a simple language which can interface
  4. with DOS or DOS programs as a universal macro language. It will read the
  5. screen for prompts to trigger the start or stop of a process. It can also
  6. be set to stop or start at prescribed times.
  7.  
  8. It can upload text into data fields of programs which do not have upload
  9. abilities and interact with a data entry person for validity checking
  10. while doing so.
  11.  
  12. The size of the source script is limited to the size of your disk. Source
  13. files can be chained or made to call them selves.
  14.  
  15. THE CONTROLLER is a TSR which drives the keyboard buffer, reads the screen
  16. and watches the clock just like an operator.
  17.  
  18. It takes 32k of memory.
  19. **************************************************************************
  20.  
  21.        To see short demos of THE CONTROLLER type at the DOS prompt:
  22.                         CT DEMO.CT R
  23.                            or
  24.                         CT NOTE R
  25.                            or if PCPLUS is in your path
  26.                         CT PCPLS R    (make sure your modem is off)
  27.  
  28.              You can look at the demo routines in any text editor.
  29.              An explanation of the lines is in READ_ME.CT
  30.  
  31. **************************************************************************
  32.  
  33. To get a printed copy of README.CT with the proper page breaks try:
  34.  
  35.            TYPE README.CT > PRN
  36.                or
  37.            COPY README.CT PRN
  38.  
  39.  
  40. A product of AACRO Computer Systems, 4466 Whitecap Rd., Marietta GA.
  41.